From: Kurt Kremitzki Date: Sat, 2 Mar 2019 09:42:57 +0000 (-0600) Subject: Fix Start WB checking nonexistent examples path X-Git-Tag: archive/raspbian/0.21.2+dfsg1-3+rpi1~2^2^2~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4da77f57dbdb2f5ac187f57f377a2d53c1f901a5;p=freecad.git Fix Start WB checking nonexistent examples path Last-Updated: 2019-03-02 Gbp-Pq: Name fix-start-workbench.patch --- diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index cd919e87..2c3ae918 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -332,9 +332,12 @@ def handle(): if FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Start").GetBool("ShowExamples",True): SECTION_EXAMPLES = encode("

"+TranslationTexts.T_EXAMPLES+"

") SECTION_EXAMPLES += "" HTML = HTML.replace("SECTION_EXAMPLES",SECTION_EXAMPLES)